home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_26 / PlaceObject2_283_28 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-13  |  148 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.bullet2))
  3.    {
  4.       _root.shooting = false;
  5.       _root.bullet2.removeMovieClip();
  6.    }
  7. }
  8.